func github.com/jackc/pgx/v5.joinFieldNames

2 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L720: 		colNames: joinFieldNames(fldDescs),
		rows.go#L752: func joinFieldNames(fldDescs []pgconn.FieldDescription) string {